home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000227_news@columbia.edu_Fri Jan 20 15:48:20 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA15470
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 20 Jan 1995 10:48:26 -0500
  3. Received: by apakabar.cc.columbia.edu id AA06583
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 20 Jan 1995 10:48:23 -0500
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: COM3 available in 3.14?
  9. Date: 20 Jan 1995 15:48:20 GMT
  10. Organization: Columbia University
  11. Lines: 19
  12. Message-Id: <3fom04$6dj@apakabar.cc.columbia.edu>
  13. References: <1995Jan19.232004.8689@midway.uchicago.edu>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <1995Jan19.232004.8689@midway.uchicago.edu>,
  18. Cal Lott <cal@gsbux1.uchicago.edu> wrote:
  19. >I was simply wondering if version 3.14 (or any earlier) could
  20. >address COM3 and above. 
  21. >
  22. A frequently asked question.  The short answer: Yes.
  23.  
  24. The medium answer: COM3 and above have no standard address or IRQ,
  25. hence communications software (Kermit or anything else) can't always
  26. find them, in which case you have to specify the address and IRQ,
  27. using a sequence like:
  28.  
  29.   SET COM3 \x3e8 5
  30.   SET PORT COM3
  31.  
  32. The long answer: Read section 6 of the KERMIT.BWR file on your MS-DOS
  33. Kermit 3.14 diskette.
  34.  
  35. - Frank